Processing option for lost connection

Description

Defines what happens when the server loses connection with the app while processing an ajax callback.

Discussion

The Processing option for lost connection property defines what should happen when the server loses connection with the client application.

Option
Description
Stop

(Default) Server halts execution of server-side code when the connection is lost.

Continue

Server continues execution until the server-side code completes or the Server processing duration timeout is reached.

See Also